google.golang.org/grpc/internal/transport.bdpEstimator.sentAt (field)

4 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L51: 	sentAt time.Time
		bdp_estimator.go#L78: 	b.sentAt = time.Now()
		bdp_estimator.go#L94: 		b.sentAt = time.Time{}
		bdp_estimator.go#L111: 	rttSample := time.Since(b.sentAt).Seconds()